projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0e9a62
)
(XSETTYPE): Remove.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Nov 2003 16:00:38 +0000
(16:00 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Nov 2003 16:00:38 +0000
(16:00 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 2638f8c6a7997409e90ac41a2462b4acb092220a..e038f97e13fa2a85c7a1c60d784821244072a644 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-318,10
+318,6
@@
enum pvec_type
#define XTYPE(a) ((enum Lisp_Type) (((EMACS_UINT) (a)) >> VALBITS))
#endif
-#ifndef XSETTYPE
-#define XSETTYPE(a, b) ((a) = XUINT (a) | ((EMACS_INT)(b) << VALBITS))
-#endif
-
/* For integers known to be positive, XFASTINT provides fast retrieval
and XSETFASTINT provides fast storage. This takes advantage of the
fact that Lisp_Int is 0.